ComponentOne Data Source for Entity Framework
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (IndexedDataTable<TRow>)
    In This Topic
    Returns an enumerator that iterates through the IndexedDataTable<TRow>.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of TRow)
    public System.Collections.Generic.IEnumerator<TRow> GetEnumerator()
    See Also